Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow atommap rmsfit to proceed with partial atom maps #1114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

drroe
Copy link
Contributor

@drroe drroe commented Nov 7, 2024

6.29.8. Previously atommap rmsfit required a full atom mapping to work. This PR changes it so that only the mapped atoms are used in the rms fit. It also adds a check that there are at least 3 mapped atoms for this, and checks for rmsfit and changenames (the two are mutually exclusive).

@drroe drroe self-assigned this Nov 7, 2024
@hainm
Copy link
Contributor

hainm commented Jan 3, 2025

@drroe how is Jenkins used nowadays in cpptraj? It seems the build keeps failing in this.

@drroe
Copy link
Contributor Author

drroe commented Jan 3, 2025

@drroe how is Jenkins used nowadays in cpptraj? It seems the build keeps failing in this.

The failure was unusual (a std::bad_alloc) and I have made some under-the-hood changes to the Frame class in this PR, so this could very well be a legit failure. I haven't had the time to work on it lately though which is why it is currently in limbo.

@hainm
Copy link
Contributor

hainm commented Jan 3, 2025

@drroe how's about this #1125?

@drroe
Copy link
Contributor Author

drroe commented Jan 3, 2025

@drroe how's about this #1125?

It's a real failure:

ReadLine.cpp:11:13: fatal error: readline/readline.h: No such file or directory

Caused by the changes to the readline includes needed to get cpptraj working with the conda readline. It will require me reworking how the bundled readline is included (I think). I'm testing that in a separate branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants